Fix typo in the option name: 'fall' instead of 'fail'
Fixes #7965
Signed-off-by: Hannu Nyman <[email protected]>
o.optional = true;
o.datatype = 'uinteger';
- o = s.option(form.Value, 'fail', _('Fail'),
+ o = s.option(form.Value, 'fall', _('Fall'),
_('Required number of successes for KO transition'));
o.optional = true;
o.datatype = 'uinteger';
o.datatype = 'uinteger';
o.modalonly = true;
- o = s.taboption('advanced', form.Value, 'fail', _('Fail'),
+ o = s.taboption('advanced', form.Value, 'fall', _('Fall'),
_('Required number of successes for KO transition'));
o.optional = true;
o.datatype = 'uinteger';